Method
Namespace: Imagini.ImageSharp
Declared in: Imagini.ImageSharp.TextureFactory
Creates a RGBA8888 surface by loading a file from the specified path.
public static Texture FromFile(
	Graphics graphics,
	TextureScalingQuality quality,
	string path
)